[]
Determines whether the item at fromIndex can be moved to toIndex.
bool CanMoveRange(int fromIndex, int count, int toIndex)
Function CanMoveRange(fromIndex As Integer, count As Integer, toIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | fromIndex | The original index. |
| int | count | The number of items to be moved. |
| int | toIndex | The destination index. |
| Type | Description |
|---|---|
| bool |